home *** CD-ROM | disk | FTP | other *** search
- echo off
- if "%1"=="/?" goto usage
- echo Analysing. Please Wait...
- d /Q(//rs-f %1 %2 %3 %4 %5 %6 %7 %8 %9
- goto exit
- :usage
- echo Browse current/specified subdirectories for all or specfied filespecs
- echo analysing all subdirectories found
- echo usage: BROWSE p1 p2 p3..
- echo e.g. BROWSE /T "Browse files modified today"
- echo BROWSE *.C /- DEMO* "Browse *.C files, but ignoring DEMO*"
- echo BROWSE C: D: *.BAK "Browse drives C: and D: for *.BAK files"
- echo (The user can also perform a fast BROWSE using the command "D /Q")
- :exit
-
-